home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / MiniclipsTetris.swf / scripts / DefineButton2_187 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-08-04  |  134 b   |  8 lines

  1. on(press){
  2.    if(!gameRunning and !gamePaused and !Misc.running)
  3.    {
  4.       gotoAndStop(10);
  5.       _parent.startGame();
  6.    }
  7. }
  8.